object SplashForm: TSplashForm Left = 702 Top = 122 BorderStyle = bsNone Caption = 'SplashForm' ClientHeight = 144 ClientWidth = 288 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter WindowState = wsMaximized OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 288 Height = 144 Picture.Data = {} Stretch = True end object Label1: TLabel Left = 205 Top = 125 Width = 75 Height = 13 Caption = 'UCI Installer 1.0' Transparent = True end object Label2: TLabel Left = 9 Top = 9 Width = 155 Height = 37 Caption = 'Minitris 2.0' Font.Color = clBlue Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Label3: TLabel Left = 8 Top = 10 Width = 155 Height = 37 Caption = 'Minitris 2.0' Font.Color = clAqua Font.Height = -32 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end end